SftTree/NET 2.0

LowerMainCell Property, CellClass Class

Softel vdm, Inc.

Returns the next main cell below the current cell.

Syntax      CellClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property LowerMainCell As CellClass
Public ReadOnly Overridable Property LowerMainCell As CellBaseClass

C#   

public CellClass LowerMainCell { get; }
public virtual CellBaseClass LowerMainCell { get; }

C++   

public: property CellClass^ LowerMainCell {
        CellClass^ get();
}
public: property virtual CellBaseClass^ LowerMainCell {
        CellBaseClass^ get();
}

Property Value

The next main cell or null/Nothing if no more cells are present.

Comments

The LowerMainCell property returns the next main cell below the current cell.

Main cells can consist of many subordinate cells. In order to navigate from one main cell to another, the LowerMainCell property can be used.

ItemClass.Next can be used to navigate from one item to the next item below. This moves from one item to the next without taking cell merging into account. LowerMainCell will skip any items and cells that are merged and locates the next lower main cell.

UpperMainCell returns the main cell above, PreviousMainCell and NextMainCell locate the previous and next adjacent cell respectively.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com